ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / BollingerBands<T> Class / Period Property

In This Topic
    Period Property (BollingerBands<T>)
    In This Topic
    Gets or sets the period for the calculation as an integer value.
    Syntax
    'Declaration
     
    Public Property Period As Double
    public double Period {get; set;}
    See Also